chore(versions): Bump for 2.19.1#578
Conversation
Update version references from 2.19.0 to 2.19.1 across READMEs, docs, docker compose files, Helm chart files, and compose unit tests. Test fixtures are intentionally not bumped; they are updated by automation as RC artifacts become available. The skaffold tool pin in .tool-versions is left unchanged (it is the skaffold version, not the app version). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
WalkthroughThis PR performs a uniform version bump from FiftyOne 2.19.0 to 2.19.1 across the repository. The Makefile version variable is updated, followed by corresponding updates to Docker image tags, environment variable values, and SDK version references in deployment documentation, upgrade guides, and unit test assertions. ChangesVersion Bump to 2.19.1
Estimated Code Review Effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly Related PRs
Suggested Labels
Suggested Reviewers
Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Thanks for making the release branch and updating the versions! You did the right thing by following the docs in setting the versions.
However, let's not change the version where we introduce the telemetry features (v2.19.0). This will prevent us from carrying forward those version updates in future releases.
Please apply the suggestions. After that, Aloha can approve this PR.
Co-authored-by: Kevin DiMichel <56850465+kevin-dimichel@users.noreply.github.com> Signed-off-by: Benjamin Kane <ben@tapes.co>
Co-authored-by: Kevin DiMichel <56850465+kevin-dimichel@users.noreply.github.com> Signed-off-by: Benjamin Kane <ben@tapes.co>
Co-authored-by: Kevin DiMichel <56850465+kevin-dimichel@users.noreply.github.com> Signed-off-by: Benjamin Kane <ben@tapes.co>
What
Bumps version references from
2.19.0→2.19.1for therelease/v2.19.1patch release.Generated via:
Scope
Updated: READMEs, docs, docker compose files, Helm chart files (
Chart.yaml,values.yaml,values.schema.json,README.md),Makefile,skaffold.yaml, and the compose unit tests.Intentionally excluded
tests/fixtures/**— restored after the bump. Automation updates these as new RC artifacts become available; bumping them early would make automation pull artifacts that don't yet exist..tool-versions— theskaffold 2.19.0pin is the skaffold tool version (independent of the FiftyOne app version; it was already2.19.0during the 2.18.1 release) and is left unchanged.🤖 Generated with Claude Code